dsh-messager: Task Status Notification Plugin for DeepSeek Harness
DSH-Messager is a community notification plugin for DeepSeek Harness, designed to push the agent's session interactions, task completions, and error states to systems, browsers, or third-party platforms. It supports channels such as Feishu, WeCom, Discord, DingTalk, and Telegram, and adopts a single-package dual-end architecture, where the host end handles system notifications and external pushes, and the client end is responsible for browser alerts. Configuration can be edited in real time through the "Notification & Messenger" section of the DSH settings page, or by directly modifying settings.yaml and making RPC calls; the configuration routing is independent of the DSH whitelist. Installation requires building the plugin first, then registering it to the web profile via the `dsh plugin add` command and starting the service. The plugin provides debouncing mechanisms such as deduplication cooldowns and rate limiting.
Read MoreDSH-Task-Notify: DeepSeek Harness Task Notification Plugin
`dsh-task-notify` is a DeepSeek Harness (DSH) client plugin developed by kaotusi, designed to address the issue that critical events during runtime are easily missed. The plugin pushes workflow events such as approval requests, reply waiting, background and subtask completions to the browser system notification center, and provides an in-app bell panel, Toast overlays, diagnostic status display, and one-click cleanup functionality. Core features include listening to multiple DSH events, invoking the Notification API to push notifications, and playing type-specific alert sounds. The system uses an in-host-process queue (with a maximum of 300 entries), and the client fetches new notifications by polling the `/api/taskNotify/pull` endpoint, deduplicates them via localStorage, and pushes at most 3 notifications per cycle. The plugin supports
Read More